Past Winners
Chess Individual - Major Section
Chess Individual - Minor Section
Chess Teams
Draughts Individual
Draughts Teams
West V East Regional Match for G.D. Burnett Trophy
Chess Blitz
";} if (isset($_GET['enta'])){ $poll=mysql_query("SELECT * FROM winners WHERE comp='$_GET[comp]' and name='$_GET[nam]' and team='$_GET[enta]'") or die(mysql_error()); $inp=mysql_fetch_array($poll); if ($inp=="") {echo "nothing"; mysql_query("INSERT INTO winners (comp, name, team, number, year) VALUES ('$_GET[comp]', '$_GET[nam]', '$_GET[enta]', 1, '$_GET[year]')") or die(mysql_error());} else {$cou=$inp['number']+1; echo $cou; $year=$inp['year'].", ".$_GET['year']; mysql_query("UPDATE winners SET number='$cou', year='$year' WHERE comp='$_GET[comp]' and name='$_GET[nam]' and team='$_GET[enta]' ");}} ?>
Go Back